home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 996 b | 50 lines | [TEXT/MPS ] |
- /*
- File: RTC.idl
-
- Contains: User-mode API
-
- Version: Technology: System 8
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __RTC_IDL__
- #define __RTC_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __KERNEL_IDL__
- #include <Kernel.idl>
- #endif
- #ifndef __TIMEOBJECTS_IDL__
- #include <TimeObjects.idl>
- #endif
- #ifndef __SYNCHRONIZATION_IDL__
- #include <Synchronization.idl>
- #endif
- #ifndef __IOITERATOR_IDL__
- #include <IOIterator.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM8_PREEMPTIVE
- typedef OpaquePtr RTCTimerID;
-
- typedef SOMLargeStruct RTCIOIteratorData; /* Derived from a struct of 32 bytes in size */
-
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __RTC_IDL__ */
-
-